--with-libwrap \
--with-openssl
-# Let's be smart with building doc
-override_dh_auto_build-indep:
- $(MAKE) -C obj-* DOXYGEN
-
# No tests needed for docs
override_dh_auto_test-indep:
+# if config/Makefile.def is not availabe then we assume this is
+# a clean source tree
override_dh_auto_clean:
if [ -f config/Makefile.def ] ; then dh_auto_clean; fi
mv debian/tmp/usr/etc debian/tmp/
override_dh_auto_install-indep:
- #DESTDIR=debian/tmp $(MAKE) -C obj-*/doxygen install
- DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/doxygen install
- #rm debian/dcmtk/usr/share/man/man1/_tmp_buildd*
- #rm debian/tmp/usr/share/man/man1/_tmp_buildd*
+ DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C doxygen install
rm debian/tmp/usr/share/man/man1/_*.1
override_dh_installdocs: